Color Hex Logo

#0cafe7 Color Hex

#0CAFE7
(12,175,231)
0 Favorites   0 Comments

Color spaces of #0cafe7

RGB 12175231
HSL0.540.900.48
HSV195°95°91°
CMYK 0.950.240.00   0.09
XYZ29.905436.507681.0718
Yxy36.50760.20280.2475
Hunter Lab60.4215-17.3898-37.2585
CIE-Lab66.9060-17.2790-38.3317

#0cafe7 color RGB value is (12,175,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101111 11100111
Octal 14 257 347
Decimal 12 175 231
Hex C AF E7

RGB Percentages of Color #0cafe7

%2.87
%41.87
%55.26

CMYK Percentages of Color #0cafe7

%95
%24
%0
%9

Triadic Colors of #0cafe7

#0cafe7 #e70caf #afe70c

Analogous Colors of #0cafe7

#0cafe7 #0c42e7 #0ce7b2

Monochromatic Colors of #0cafe7

#0cafe7

Complementary Color

#0cafe7 #e7440c

#0cafe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cafe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cafe7 Color CSS Codes

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

#0cafe7 Text Font Color

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

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


#0cafe7 Background Color

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

This div background color is #0cafe7


#0cafe7 Border Color

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

This div border color is #0cafe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cafe7


Comments

No comments written yet.

Please login to write comment.