Color Hex Logo

#67e0ed Color Hex

#67E0ED
(103,224,237)
0 Favorites   0 Comments

Color spaces of #67e0ed

RGB 103224237
HSL0.520.790.67
HSV186°57°93°
CMYK 0.570.050.00   0.07
XYZ47.535262.309389.6423
Yxy62.30930.23830.3123
Hunter Lab78.9362-30.6462-12.0761
CIE-Lab83.0776-30.1759-16.6246

#67e0ed color RGB value is (103,224,237).

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

The process color (four color CMYK) of #67e0ed color hex is 0.57, 0.05, 0.00, 0.07. Web safe color of #67e0ed is #66ccff. Color #67e0ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11100000 11101101
Octal 147 340 355
Decimal 103 224 237
Hex 67 E0 ED

RGB Percentages of Color #67e0ed

%18.26
%39.72
%42.02

CMYK Percentages of Color #67e0ed

%57
%5
%0
%7

Triadic Colors of #67e0ed

#67e0ed #ed67e0 #e0ed67

Analogous Colors of #67e0ed

#67e0ed #679ded #67edb7

Monochromatic Colors of #67e0ed

#67e0ed

Complementary Color

#67e0ed #ed7467

#67e0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67e0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#67e0ed Color CSS Codes

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

#67e0ed Text Font Color

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

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


#67e0ed Background Color

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

This div background color is #67e0ed


#67e0ed Border Color

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

This div border color is #67e0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67e0ed


Comments

No comments written yet.

Please login to write comment.