Color Hex Logo

#cbe6c0 Color Hex

#CBE6C0
(203,230,192)
0 Favorites   0 Comments

Color spaces of #cbe6c0

RGB 203230192
HSL0.290.430.83
HSV103°17°90°
CMYK 0.120.000.17   0.10
XYZ62.439873.095960.6872
Yxy73.09590.31820.3725
Hunter Lab85.4961-19.255617.7618
CIE-Lab88.4934-15.748015.5690

#cbe6c0 color RGB value is (203,230,192).

#cbe6c0 hex color red value is 203, green value is 230 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #cbe6c0 hue: 0.29 , saturation: 0.43 and the lightness value of cbe6c0 is 0.83.

The process color (four color CMYK) of #cbe6c0 color hex is 0.12, 0.00, 0.17, 0.10. Web safe color of #cbe6c0 is #ccffcc. Color #cbe6c0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 11000000
Octal 313 346 300
Decimal 203 230 192
Hex CB E6 C0

RGB Percentages of Color #cbe6c0

%32.48
%36.80
%30.72

CMYK Percentages of Color #cbe6c0

%12
%0
%17
%10

Triadic Colors of #cbe6c0

#cbe6c0 #c0cbe6 #e6c0cb

Analogous Colors of #cbe6c0

#cbe6c0 #c0e6c8 #dee6c0

Monochromatic Colors of #cbe6c0

#cbe6c0

Complementary Color

#cbe6c0 #dbc0e6

#cbe6c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe6c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe6c0 Color CSS Codes

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

#cbe6c0 Text Font Color

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

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


#cbe6c0 Background Color

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

This div background color is #cbe6c0


#cbe6c0 Border Color

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

This div border color is #cbe6c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe6c0

#cbe6c0 Color Palettes


Comments

No comments written yet.

Please login to write comment.