Color Hex Logo

#cfe126 Color Hex

#CFE126
(207,225,38)
0 Favorites   0 Comments

Color spaces of #cfe126

RGB 20722538
HSL0.180.760.52
HSV66°83°88°
CMYK 0.080.000.83   0.12
XYZ53.007267.255812.0216
Yxy67.25580.40070.5084
Hunter Lab82.0096-28.142848.7156
CIE-Lab85.6330-26.510979.2824

#cfe126 color RGB value is (207,225,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 00100110
Octal 317 341 46
Decimal 207 225 38
Hex CF E1 26

RGB Percentages of Color #cfe126

%44.04
%47.87
%8.09

CMYK Percentages of Color #cfe126

%8
%0
%83
%12

Triadic Colors of #cfe126

#cfe126 #26cfe1 #e126cf

Analogous Colors of #cfe126

#cfe126 #72e126 #e19626

Monochromatic Colors of #cfe126

#cfe126

Complementary Color

#cfe126 #3826e1

#cfe126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe126 Color CSS Codes

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

#cfe126 Text Font Color

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

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


#cfe126 Background Color

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

This div background color is #cfe126


#cfe126 Border Color

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

This div border color is #cfe126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe126


Comments

No comments written yet.

Please login to write comment.