Color Hex Logo

#67cfe1 Color Hex

#67CFE1
(103,207,225)
0 Favorites   0 Comments

Color spaces of #67cfe1

RGB 103207225
HSL0.520.670.64
HSV189°54°88°
CMYK 0.540.080.00   0.12
XYZ41.496952.945579.2665
Yxy52.94550.23890.3048
Hunter Lab72.7637-25.5384-13.6541
CIE-Lab77.8428-25.1836-18.1195

#67cfe1 color RGB value is (103,207,225).

#67cfe1 hex color red value is 103, green value is 207 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #67cfe1 hue: 0.52 , saturation: 0.67 and the lightness value of 67cfe1 is 0.64.

The process color (four color CMYK) of #67cfe1 color hex is 0.54, 0.08, 0.00, 0.12. Web safe color of #67cfe1 is #66cccc. Color #67cfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001111 11100001
Octal 147 317 341
Decimal 103 207 225
Hex 67 CF E1

RGB Percentages of Color #67cfe1

%19.25
%38.69
%42.06

CMYK Percentages of Color #67cfe1

%54
%8
%0
%12

Triadic Colors of #67cfe1

#67cfe1 #e167cf #cfe167

Analogous Colors of #67cfe1

#67cfe1 #6792e1 #67e1b6

Monochromatic Colors of #67cfe1

#67cfe1

Complementary Color

#67cfe1 #e17967

#67cfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cfe1 Color CSS Codes

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

#67cfe1 Text Font Color

<p style="color:#67cfe1">Text here</p>

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


#67cfe1 Background Color

<div style="background-color:#67cfe1">
Div content here</div>

This div background color is #67cfe1


#67cfe1 Border Color

<div style="border:3px solid #67cfe1">
Div here</div>

This div border color is #67cfe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,207,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67cfe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67cfe1;
  -webkit-box-shadow: 1px 1px 3px 2px #67cfe1;
  box-shadow:         1px 1px 3px 2px #67cfe1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,207,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cfe1


Comments

No comments written yet.

Please login to write comment.