Color Hex Logo

#cbebcc Color Hex

#CBEBCC
(203,235,204)
0 Favorites   0 Comments

Color spaces of #cbebcc

RGB 203235204
HSL0.340.440.86
HSV122°14°92°
CMYK 0.140.000.13   0.08
XYZ65.236076.472868.4492
Yxy76.47280.31040.3639
Hunter Lab87.4487-19.875814.8057
CIE-Lab90.0784-16.186111.5641

#cbebcc color RGB value is (203,235,204).

#cbebcc hex color red value is 203, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cbebcc hue: 0.34 , saturation: 0.44 and the lightness value of cbebcc is 0.86.

The process color (four color CMYK) of #cbebcc color hex is 0.14, 0.00, 0.13, 0.08. Web safe color of #cbebcc is #ccffcc. Color #cbebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11001100
Octal 313 353 314
Decimal 203 235 204
Hex CB EB CC

RGB Percentages of Color #cbebcc

%31.62
%36.60
%31.78

CMYK Percentages of Color #cbebcc

%14
%0
%13
%8

Triadic Colors of #cbebcc

#cbebcc #cccbeb #ebcccb

Analogous Colors of #cbebcc

#cbebcc #cbebdc #daebcb

Monochromatic Colors of #cbebcc

#cbebcc

Complementary Color

#cbebcc #ebcbea

#cbebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebcc Color CSS Codes

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

#cbebcc Text Font Color

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

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


#cbebcc Background Color

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

This div background color is #cbebcc


#cbebcc Border Color

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

This div border color is #cbebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebcc


Comments

No comments written yet.

Please login to write comment.