Color Hex Logo

#cfed1e Color Hex

#CFED1E
(207,237,30)
0 Favorites   0 Comments

Color spaces of #cfed1e

RGB 20723730
HSL0.190.850.52
HSV69°87°93°
CMYK 0.130.000.87   0.07
XYZ56.250773.927512.5330
Yxy73.92750.39420.5180
Hunter Lab85.9811-33.688451.5444
CIE-Lab88.8882-32.313383.5532

#cfed1e color RGB value is (207,237,30).

#cfed1e hex color red value is 207, green value is 237 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cfed1e hue: 0.19 , saturation: 0.85 and the lightness value of cfed1e is 0.52.

The process color (four color CMYK) of #cfed1e color hex is 0.13, 0.00, 0.87, 0.07. Web safe color of #cfed1e is #ccff33. Color #cfed1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 00011110
Octal 317 355 36
Decimal 207 237 30
Hex CF ED 1E

RGB Percentages of Color #cfed1e

%43.67
%50.00
%6.33

CMYK Percentages of Color #cfed1e

%13
%0
%87
%7

Triadic Colors of #cfed1e

#cfed1e #1ecfed #ed1ecf

Analogous Colors of #cfed1e

#cfed1e #68ed1e #eda41e

Monochromatic Colors of #cfed1e

#cfed1e

Complementary Color

#cfed1e #3c1eed

#cfed1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed1e Color CSS Codes

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

#cfed1e Text Font Color

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

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


#cfed1e Background Color

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

This div background color is #cfed1e


#cfed1e Border Color

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

This div border color is #cfed1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed1e


Comments

No comments written yet.

Please login to write comment.