Color Hex Logo

#0cafeb Color Hex

#0CAFEB
(12,175,235)
0 Favorites   0 Comments

Color spaces of #0cafeb

RGB 12175235
HSL0.540.900.48
HSV196°95°92°
CMYK 0.950.260.00   0.08
XYZ30.477036.736384.0818
Yxy36.73630.20140.2428
Hunter Lab60.6105-16.3125-39.8226
CIE-Lab67.0787-15.8707-40.2501

#0cafeb color RGB value is (12,175,235).

#0cafeb hex color red value is 12, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0cafeb hue: 0.54 , saturation: 0.90 and the lightness value of 0cafeb is 0.48.

The process color (four color CMYK) of #0cafeb color hex is 0.95, 0.26, 0.00, 0.08. Web safe color of #0cafeb is #0099ff. Color #0cafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101111 11101011
Octal 14 257 353
Decimal 12 175 235
Hex C AF EB

RGB Percentages of Color #0cafeb

%2.84
%41.47
%55.69

CMYK Percentages of Color #0cafeb

%95
%26
%0
%8

Triadic Colors of #0cafeb

#0cafeb #eb0caf #afeb0c

Analogous Colors of #0cafeb

#0cafeb #0c40eb #0cebb8

Monochromatic Colors of #0cafeb

#0cafeb

Complementary Color

#0cafeb #eb480c

#0cafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cafeb Color CSS Codes

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

#0cafeb Text Font Color

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

This sample text font color is #0cafeb
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.


#0cafeb Background Color

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

This div background color is #0cafeb


#0cafeb Border Color

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

This div border color is #0cafeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,175,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cafeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cafeb;
  -webkit-box-shadow: 1px 1px 3px 2px #0cafeb;
  box-shadow:         1px 1px 3px 2px #0cafeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,175,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cafeb


Comments

No comments written yet.

Please login to write comment.