Color Hex Logo

#cbedcc Color Hex

#CBEDCC
(203,237,204)
0 Favorites   0 Comments

Color spaces of #cbedcc

RGB 203237204
HSL0.340.490.86
HSV122°14°93°
CMYK 0.140.000.14   0.07
XYZ65.811977.624568.6411
Yxy77.62450.31030.3660
Hunter Lab88.1048-20.848615.4814
CIE-Lab90.6083-17.175912.3177

#cbedcc color RGB value is (203,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 11001100
Octal 313 355 314
Decimal 203 237 204
Hex CB ED CC

RGB Percentages of Color #cbedcc

%31.52
%36.80
%31.68

CMYK Percentages of Color #cbedcc

%14
%0
%14
%7

Triadic Colors of #cbedcc

#cbedcc #cccbed #edcccb

Analogous Colors of #cbedcc

#cbedcc #cbeddd #dbedcb

Monochromatic Colors of #cbedcc

#cbedcc

Complementary Color

#cbedcc #edcbec

#cbedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedcc Color CSS Codes

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

#cbedcc Text Font Color

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

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


#cbedcc Background Color

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

This div background color is #cbedcc


#cbedcc Border Color

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

This div border color is #cbedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedcc


Comments

No comments written yet.

Please login to write comment.