Color Hex Logo

#cfe49b Color Hex

#CFE49B
(207,228,155)
0 Favorites   0 Comments

Color spaces of #cfe49b

RGB 207228155
HSL0.210.570.75
HSV77°32°89°
CMYK 0.090.000.32   0.11
XYZ59.391971.118841.6074
Yxy71.11880.34510.4132
Hunter Lab84.3320-21.870029.7801
CIE-Lab87.5427-18.840733.3887

#cfe49b color RGB value is (207,228,155).

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

The process color (four color CMYK) of #cfe49b color hex is 0.09, 0.00, 0.32, 0.11. Web safe color of #cfe49b is #cccc99. Color #cfe49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 10011011
Octal 317 344 233
Decimal 207 228 155
Hex CF E4 9B

RGB Percentages of Color #cfe49b

%35.08
%38.64
%26.27

CMYK Percentages of Color #cfe49b

%9
%0
%32
%11

Triadic Colors of #cfe49b

#cfe49b #9bcfe4 #e49bcf

Analogous Colors of #cfe49b

#cfe49b #abe49b #e4d59b

Monochromatic Colors of #cfe49b

#cfe49b

Complementary Color

#cfe49b #b09be4

#cfe49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe49b Color CSS Codes

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

#cfe49b Text Font Color

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

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


#cfe49b Background Color

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

This div background color is #cfe49b


#cfe49b Border Color

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

This div border color is #cfe49b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,228,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 #cfe49b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe49b


Comments

No comments written yet.

Please login to write comment.