Color Hex Logo

#67edea Color Hex

#67EDEA
(103,237,234)
0 Favorites   0 Comments

Color spaces of #67edea

RGB 103237234
HSL0.500.790.67
HSV179°57°93°
CMYK 0.570.000.01   0.07
XYZ50.729069.392588.5623
Yxy69.39250.24310.3325
Hunter Lab83.3022-37.0766-4.7224
CIE-Lab86.6980-37.0845-9.6266

#67edea color RGB value is (103,237,234).

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

The process color (four color CMYK) of #67edea color hex is 0.57, 0.00, 0.01, 0.07. Web safe color of #67edea is #66ffff. Color #67edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11101101 11101010
Octal 147 355 352
Decimal 103 237 234
Hex 67 ED EA

RGB Percentages of Color #67edea

%17.94
%41.29
%40.77

CMYK Percentages of Color #67edea

%57
%0
%1
%7

Triadic Colors of #67edea

#67edea #ea67ed #edea67

Analogous Colors of #67edea

#67edea #67aded #67eda7

Monochromatic Colors of #67edea

#67edea

Complementary Color

#67edea #ed676a

#67edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#67edea Color CSS Codes

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

#67edea Text Font Color

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

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


#67edea Background Color

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

This div background color is #67edea


#67edea Border Color

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

This div border color is #67edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67edea


Comments

No comments written yet.

Please login to write comment.