Color Hex Logo

#67fdee Color Hex

#67FDEE
(103,253,238)
0 Favorites   0 Comments

Color spaces of #67fdee

RGB 103253238
HSL0.480.970.70
HSV174°59°99°
CMYK 0.590.000.06   0.01
XYZ56.151479.307293.2372
Yxy79.30720.24550.3468
Hunter Lab89.0546-43.29630.2636
CIE-Lab91.3731-43.2712-4.7950

#67fdee color RGB value is (103,253,238).

#67fdee hex color red value is 103, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #67fdee hue: 0.48 , saturation: 0.97 and the lightness value of 67fdee is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11111101 11101110
Octal 147 375 356
Decimal 103 253 238
Hex 67 FD EE

RGB Percentages of Color #67fdee

%17.34
%42.59
%40.07

CMYK Percentages of Color #67fdee

%59
%0
%6
%1

Triadic Colors of #67fdee

#67fdee #ee67fd #fdee67

Analogous Colors of #67fdee

#67fdee #67c1fd #67fda3

Monochromatic Colors of #67fdee

#67fdee

Complementary Color

#67fdee #fd6776

#67fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#67fdee Color CSS Codes

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

#67fdee Text Font Color

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

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


#67fdee Background Color

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

This div background color is #67fdee


#67fdee Border Color

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

This div border color is #67fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67fdee

Related Colors


Comments

No comments written yet.

Please login to write comment.