Color Hex Logo

#cbeccc Color Hex

#CBECCC
(203,236,204)
0 Favorites   0 Comments

Color spaces of #cbeccc

RGB 203236204
HSL0.340.460.86
HSV122°14°93°
CMYK 0.140.000.14   0.07
XYZ65.523177.047068.5449
Yxy77.04700.31040.3650
Hunter Lab87.7764-20.362515.1437
CIE-Lab90.3432-16.681511.9409

#cbeccc color RGB value is (203,236,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101100 11001100
Octal 313 354 314
Decimal 203 236 204
Hex CB EC CC

RGB Percentages of Color #cbeccc

%31.57
%36.70
%31.73

CMYK Percentages of Color #cbeccc

%14
%0
%14
%7

Triadic Colors of #cbeccc

#cbeccc #cccbec #eccccb

Analogous Colors of #cbeccc

#cbeccc #cbecdd #dbeccb

Monochromatic Colors of #cbeccc

#cbeccc

Complementary Color

#cbeccc #eccbeb

#cbeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeccc Color CSS Codes

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

#cbeccc Text Font Color

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

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


#cbeccc Background Color

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

This div background color is #cbeccc


#cbeccc Border Color

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

This div border color is #cbeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeccc


Comments

No comments written yet.

Please login to write comment.