Color Hex Logo

#cbe3be Color Hex

#CBE3BE
(203,227,190)
0 Favorites   0 Comments

Color spaces of #cbe3be

RGB 203227190
HSL0.270.400.82
HSV99°16°89°
CMYK 0.110.000.16   0.11
XYZ61.392071.352459.2519
Yxy71.35240.31980.3716
Hunter Lab84.4703-18.091517.5402
CIE-Lab87.6559-14.583215.4330

#cbe3be color RGB value is (203,227,190).

#cbe3be hex color red value is 203, green value is 227 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cbe3be hue: 0.27 , saturation: 0.40 and the lightness value of cbe3be is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 10111110
Octal 313 343 276
Decimal 203 227 190
Hex CB E3 BE

RGB Percentages of Color #cbe3be

%32.74
%36.61
%30.65

CMYK Percentages of Color #cbe3be

%11
%0
%16
%11

Triadic Colors of #cbe3be

#cbe3be #becbe3 #e3becb

Analogous Colors of #cbe3be

#cbe3be #bee3c4 #dee3be

Monochromatic Colors of #cbe3be

#cbe3be

Complementary Color

#cbe3be #d6bee3

#cbe3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe3be Color CSS Codes

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

#cbe3be Text Font Color

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

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


#cbe3be Background Color

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

This div background color is #cbe3be


#cbe3be Border Color

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

This div border color is #cbe3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe3be


Comments

No comments written yet.

Please login to write comment.