Color Hex Logo

#cfef1d Color Hex

#CFEF1D
(207,239,29)
0 Favorites   0 Comments

Color spaces of #cfef1d

RGB 20723929
HSL0.190.870.53
HSV69°88°94°
CMYK 0.130.000.88   0.06
XYZ56.820475.087112.6609
Yxy75.08710.39300.5194
Hunter Lab86.6528-34.595551.9941
CIE-Lab89.4338-33.252484.1640

#cfef1d color RGB value is (207,239,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 00011101
Octal 317 357 35
Decimal 207 239 29
Hex CF EF 1D

RGB Percentages of Color #cfef1d

%43.58
%50.32
%6.11

CMYK Percentages of Color #cfef1d

%13
%0
%88
%6

Triadic Colors of #cfef1d

#cfef1d #1dcfef #ef1dcf

Analogous Colors of #cfef1d

#cfef1d #66ef1d #efa61d

Monochromatic Colors of #cfef1d

#cfef1d

Complementary Color

#cfef1d #3d1def

#cfef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfef1d Color CSS Codes

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

#cfef1d Text Font Color

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

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


#cfef1d Background Color

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

This div background color is #cfef1d


#cfef1d Border Color

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

This div border color is #cfef1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfef1d


Comments

No comments written yet.

Please login to write comment.