Color Hex Logo

#cbe49d Color Hex

#CBE49D
(203,228,157)
0 Favorites   0 Comments

Color spaces of #cbe49d

RGB 203228157
HSL0.230.570.75
HSV81°31°89°
CMYK 0.110.000.31   0.11
XYZ58.457870.617642.4478
Yxy70.61760.34080.4117
Hunter Lab84.0343-22.887828.8751
CIE-Lab87.2989-20.042631.9977

#cbe49d color RGB value is (203,228,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 10011101
Octal 313 344 235
Decimal 203 228 157
Hex CB E4 9D

RGB Percentages of Color #cbe49d

%34.52
%38.78
%26.70

CMYK Percentages of Color #cbe49d

%11
%0
%31
%11

Triadic Colors of #cbe49d

#cbe49d #9dcbe4 #e49dcb

Analogous Colors of #cbe49d

#cbe49d #a8e49d #e4da9d

Monochromatic Colors of #cbe49d

#cbe49d

Complementary Color

#cbe49d #b69de4

#cbe49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe49d Color CSS Codes

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

#cbe49d Text Font Color

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

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


#cbe49d Background Color

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

This div background color is #cbe49d


#cbe49d Border Color

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

This div border color is #cbe49d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,228,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe49d


Comments

No comments written yet.

Please login to write comment.