Color Hex Logo

#0bcaff Color Hex

#0BCAFF
(11,202,255)
0 Favorites   0 Comments

Color spaces of #0bcaff

RGB 11202255
HSL0.541.000.52
HSV193°96°100°
CMYK 0.960.210.00   0.00
XYZ39.308549.5322102.0966
Yxy49.53220.20590.2594
Hunter Lab70.3791-23.4667-36.7446
CIE-Lab75.7812-23.0861-37.5119

#0bcaff color RGB value is (11,202,255).

#0bcaff hex color red value is 11, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0bcaff hue: 0.54 , saturation: 1.00 and the lightness value of 0bcaff is 0.52.

The process color (four color CMYK) of #0bcaff color hex is 0.96, 0.21, 0.00, 0.00. Web safe color of #0bcaff is #00ccff. Color #0bcaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001010 11111111
Octal 13 312 377
Decimal 11 202 255
Hex B CA FF

RGB Percentages of Color #0bcaff

%2.35
%43.16
%54.49

CMYK Percentages of Color #0bcaff

%96
%21
%0
%0

Triadic Colors of #0bcaff

#0bcaff #ff0bca #caff0b

Analogous Colors of #0bcaff

#0bcaff #0b50ff #0bffba

Monochromatic Colors of #0bcaff

#0bcaff

Complementary Color

#0bcaff #ff400b

#0bcaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcaff Color CSS Codes

.mybgcolor {background-color:#0bcaff; } 
.myforecolor {color:#0bcaff; }
.mybordercolor {border:3px solid #0bcaff; }

#0bcaff Text Font Color

<p style="color:#0bcaff">Text here</p>

This sample text font color is #0bcaff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0bcaff Background Color

<div style="background-color:#0bcaff">
Div content here</div>

This div background color is #0bcaff


#0bcaff Border Color

<div style="border:3px solid #0bcaff">
Div here</div>

This div border color is #0bcaff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,202,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0bcaff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0bcaff;
  -webkit-box-shadow: 1px 1px 3px 2px #0bcaff;
  box-shadow:         1px 1px 3px 2px #0bcaff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,202,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0bcaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0bcaff;
  -webkit-box-shadow: 1px 1px 3px 2px #0bcaff;
  box-shadow:         1px 1px 3px 2px #0bcaff;">
Div content here</div>

This div box has shadow with color #0bcaff

Related Colors


Comments

No comments written yet.

Please login to write comment.