Color Hex Logo

#cbe5ba Color Hex

#CBE5BA
(203,229,186)
0 Favorites   0 Comments

Color spaces of #cbe5ba

RGB 203229186
HSL0.270.450.81
HSV96°19°90°
CMYK 0.110.000.19   0.10
XYZ61.510872.280357.1639
Yxy72.28030.32210.3785
Hunter Lab85.0178-19.635619.6473
CIE-Lab88.1033-16.233018.1453

#cbe5ba color RGB value is (203,229,186).

#cbe5ba hex color red value is 203, green value is 229 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cbe5ba hue: 0.27 , saturation: 0.45 and the lightness value of cbe5ba is 0.81.

The process color (four color CMYK) of #cbe5ba color hex is 0.11, 0.00, 0.19, 0.10. Web safe color of #cbe5ba is #cccccc. Color #cbe5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 10111010
Octal 313 345 272
Decimal 203 229 186
Hex CB E5 BA

RGB Percentages of Color #cbe5ba

%32.85
%37.06
%30.10

CMYK Percentages of Color #cbe5ba

%11
%0
%19
%10

Triadic Colors of #cbe5ba

#cbe5ba #bacbe5 #e5bacb

Analogous Colors of #cbe5ba

#cbe5ba #bae5bf #e1e5ba

Monochromatic Colors of #cbe5ba

#cbe5ba

Complementary Color

#cbe5ba #d4bae5

#cbe5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe5ba Color CSS Codes

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

#cbe5ba Text Font Color

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

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


#cbe5ba Background Color

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

This div background color is #cbe5ba


#cbe5ba Border Color

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

This div border color is #cbe5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe5ba


Comments

No comments written yet.

Please login to write comment.