Color Hex Logo

#cfe29b Color Hex

#CFE29B
(207,226,155)
0 Favorites   0 Comments

Color spaces of #cfe29b

RGB 207226155
HSL0.210.550.75
HSV76°31°89°
CMYK 0.080.000.31   0.11
XYZ58.844970.024741.4250
Yxy70.02470.34550.4112
Hunter Lab83.6808-20.918929.2258
CIE-Lab87.0090-17.856532.6809

#cfe29b color RGB value is (207,226,155).

#cfe29b hex color red value is 207, green value is 226 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cfe29b hue: 0.21 , saturation: 0.55 and the lightness value of cfe29b is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 10011011
Octal 317 342 233
Decimal 207 226 155
Hex CF E2 9B

RGB Percentages of Color #cfe29b

%35.20
%38.44
%26.36

CMYK Percentages of Color #cfe29b

%8
%0
%31
%11

Triadic Colors of #cfe29b

#cfe29b #9bcfe2 #e29bcf

Analogous Colors of #cfe29b

#cfe29b #ace29b #e2d29b

Monochromatic Colors of #cfe29b

#cfe29b

Complementary Color

#cfe29b #ae9be2

#cfe29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe29b Color CSS Codes

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

#cfe29b Text Font Color

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

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


#cfe29b Background Color

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

This div background color is #cfe29b


#cfe29b Border Color

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

This div border color is #cfe29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe29b


Comments

No comments written yet.

Please login to write comment.