Color Hex Logo

#cfe28b Color Hex

#CFE28B
(207,226,139)
0 Favorites   0 Comments

Color spaces of #cfe28b

RGB 207226139
HSL0.200.600.72
HSV73°38°89°
CMYK 0.080.000.38   0.11
XYZ57.588769.522234.8100
Yxy69.52220.35570.4294
Hunter Lab83.3800-22.629033.6132
CIE-Lab86.7620-19.846240.4204

#cfe28b color RGB value is (207,226,139).

#cfe28b hex color red value is 207, green value is 226 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cfe28b hue: 0.20 , saturation: 0.60 and the lightness value of cfe28b is 0.72.

The process color (four color CMYK) of #cfe28b color hex is 0.08, 0.00, 0.38, 0.11. Web safe color of #cfe28b is #cccc99. Color #cfe28b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 10001011
Octal 317 342 213
Decimal 207 226 139
Hex CF E2 8B

RGB Percentages of Color #cfe28b

%36.19
%39.51
%24.30

CMYK Percentages of Color #cfe28b

%8
%0
%38
%11

Triadic Colors of #cfe28b

#cfe28b #8bcfe2 #e28bcf

Analogous Colors of #cfe28b

#cfe28b #a4e28b #e2ca8b

Monochromatic Colors of #cfe28b

#cfe28b

Complementary Color

#cfe28b #9e8be2

#cfe28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe28b Color CSS Codes

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

#cfe28b Text Font Color

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

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


#cfe28b Background Color

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

This div background color is #cfe28b


#cfe28b Border Color

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

This div border color is #cfe28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe28b


Comments

No comments written yet.

Please login to write comment.