Color Hex Logo

#cbe79b Color Hex

#CBE79B
(203,231,155)
0 Favorites   0 Comments

Color spaces of #cbe79b

RGB 203231155
HSL0.230.610.76
HSV82°33°91°
CMYK 0.120.000.33   0.09
XYZ59.120972.214941.8332
Yxy72.21490.34140.4170
Hunter Lab84.9794-24.529830.2986
CIE-Lab88.0719-21.773034.0391

#cbe79b color RGB value is (203,231,155).

#cbe79b hex color red value is 203, green value is 231 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cbe79b hue: 0.23 , saturation: 0.61 and the lightness value of cbe79b is 0.76.

The process color (four color CMYK) of #cbe79b color hex is 0.12, 0.00, 0.33, 0.09. Web safe color of #cbe79b is #ccff99. Color #cbe79b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 10011011
Octal 313 347 233
Decimal 203 231 155
Hex CB E7 9B

RGB Percentages of Color #cbe79b

%34.47
%39.22
%26.32

CMYK Percentages of Color #cbe79b

%12
%0
%33
%9

Triadic Colors of #cbe79b

#cbe79b #9bcbe7 #e79bcb

Analogous Colors of #cbe79b

#cbe79b #a5e79b #e7dd9b

Monochromatic Colors of #cbe79b

#cbe79b

Complementary Color

#cbe79b #b79be7

#cbe79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe79b Color CSS Codes

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

#cbe79b Text Font Color

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

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


#cbe79b Background Color

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

This div background color is #cbe79b


#cbe79b Border Color

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

This div border color is #cbe79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe79b


Comments

No comments written yet.

Please login to write comment.