Color Hex Logo

#cfe129 Color Hex

#CFE129
(207,225,41)
0 Favorites   0 Comments

Color spaces of #cfe129

RGB 20722541
HSL0.180.750.52
HSV66°82°88°
CMYK 0.080.000.82   0.12
XYZ53.057667.275912.2869
Yxy67.27590.40010.5073
Hunter Lab82.0219-28.071848.5337
CIE-Lab85.6431-26.424178.5992

#cfe129 color RGB value is (207,225,41).

#cfe129 hex color red value is 207, green value is 225 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cfe129 hue: 0.18 , saturation: 0.75 and the lightness value of cfe129 is 0.52.

The process color (four color CMYK) of #cfe129 color hex is 0.08, 0.00, 0.82, 0.12. Web safe color of #cfe129 is #cccc33. Color #cfe129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 00101001
Octal 317 341 51
Decimal 207 225 41
Hex CF E1 29

RGB Percentages of Color #cfe129

%43.76
%47.57
%8.67

CMYK Percentages of Color #cfe129

%8
%0
%82
%12

Triadic Colors of #cfe129

#cfe129 #29cfe1 #e129cf

Analogous Colors of #cfe129

#cfe129 #73e129 #e19729

Monochromatic Colors of #cfe129

#cfe129

Complementary Color

#cfe129 #3b29e1

#cfe129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe129 Color CSS Codes

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

#cfe129 Text Font Color

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

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


#cfe129 Background Color

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

This div background color is #cfe129


#cfe129 Border Color

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

This div border color is #cfe129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe129


Comments

No comments written yet.

Please login to write comment.