Color Hex Logo

#cfed70 Color Hex

#CFED70
(207,237,112)
0 Favorites   0 Comments

Color spaces of #cfed70

RGB 207237112
HSL0.210.780.68
HSV74°53°93°
CMYK 0.130.000.53   0.07
XYZ58.940975.003626.6999
Yxy75.00360.36690.4669
Hunter Lab86.6046-30.075542.3443
CIE-Lab89.3947-27.908156.5316

#cfed70 color RGB value is (207,237,112).

#cfed70 hex color red value is 207, green value is 237 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cfed70 hue: 0.21 , saturation: 0.78 and the lightness value of cfed70 is 0.68.

The process color (four color CMYK) of #cfed70 color hex is 0.13, 0.00, 0.53, 0.07. Web safe color of #cfed70 is #ccff66. Color #cfed70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 01110000
Octal 317 355 160
Decimal 207 237 112
Hex CF ED 70

RGB Percentages of Color #cfed70

%37.23
%42.63
%20.14

CMYK Percentages of Color #cfed70

%13
%0
%53
%7

Triadic Colors of #cfed70

#cfed70 #70cfed #ed70cf

Analogous Colors of #cfed70

#cfed70 #91ed70 #edcd70

Monochromatic Colors of #cfed70

#cfed70

Complementary Color

#cfed70 #8e70ed

#cfed70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed70 Color CSS Codes

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

#cfed70 Text Font Color

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

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


#cfed70 Background Color

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

This div background color is #cfed70


#cfed70 Border Color

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

This div border color is #cfed70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,237,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfed70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfed70;
  -webkit-box-shadow: 1px 1px 3px 2px #cfed70;
  box-shadow:         1px 1px 3px 2px #cfed70; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed70


Comments

No comments written yet.

Please login to write comment.