Color Hex Logo

#cfef1e Color Hex

#CFEF1E
(207,239,30)
0 Favorites   0 Comments

Color spaces of #cfef1e

RGB 20723930
HSL0.190.870.53
HSV69°87°94°
CMYK 0.130.000.87   0.06
XYZ56.833075.092112.7271
Yxy75.09210.39290.5191
Hunter Lab86.6557-34.578551.9511
CIE-Lab89.4361-33.231483.9982

#cfef1e color RGB value is (207,239,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 00011110
Octal 317 357 36
Decimal 207 239 30
Hex CF EF 1E

RGB Percentages of Color #cfef1e

%43.49
%50.21
%6.30

CMYK Percentages of Color #cfef1e

%13
%0
%87
%6

Triadic Colors of #cfef1e

#cfef1e #1ecfef #ef1ecf

Analogous Colors of #cfef1e

#cfef1e #67ef1e #efa71e

Monochromatic Colors of #cfef1e

#cfef1e

Complementary Color

#cfef1e #3e1eef

#cfef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfef1e Color CSS Codes

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

#cfef1e Text Font Color

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

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


#cfef1e Background Color

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

This div background color is #cfef1e


#cfef1e Border Color

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

This div border color is #cfef1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,239,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 #cfef1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfef1e


Comments

No comments written yet.

Please login to write comment.