Color Hex Logo

#67fedf Color Hex

#67FEDF
(103,254,223)
0 Favorites   0 Comments

Color spaces of #67fedf

RGB 103254223
HSL0.470.990.70
HSV168°59°100°
CMYK 0.590.000.12   0.00
XYZ54.354679.094982.2141
Yxy79.09490.25200.3668
Hunter Lab88.9353-46.54297.4455
CIE-Lab91.2772-47.38152.8403

#67fedf color RGB value is (103,254,223).

#67fedf hex color red value is 103, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #67fedf hue: 0.47 , saturation: 0.99 and the lightness value of 67fedf is 0.70.

The process color (four color CMYK) of #67fedf color hex is 0.59, 0.00, 0.12, 0.00. Web safe color of #67fedf is #66ffcc. Color #67fedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11111110 11011111
Octal 147 376 337
Decimal 103 254 223
Hex 67 FE DF

RGB Percentages of Color #67fedf

%17.76
%43.79
%38.45

CMYK Percentages of Color #67fedf

%59
%0
%12
%0

Triadic Colors of #67fedf

#67fedf #df67fe #fedf67

Analogous Colors of #67fedf

#67fedf #67d2fe #67fe94

Monochromatic Colors of #67fedf

#67fedf

Complementary Color

#67fedf #fe6786

#67fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67fedf Color CSS Codes

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

#67fedf Text Font Color

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

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


#67fedf Background Color

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

This div background color is #67fedf


#67fedf Border Color

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

This div border color is #67fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67fedf

Related Colors


Comments

No comments written yet.

Please login to write comment.