Color Hex Logo

#cbeedd Color Hex

#CBEEDD
(203,238,221)
0 Favorites   0 Comments

Color spaces of #cbeedd

RGB 203238221
HSL0.420.510.86
HSV151°15°93°
CMYK 0.150.000.07   0.07
XYZ68.254379.066080.0705
Yxy79.06600.30020.3477
Hunter Lab88.9191-18.59178.8534
CIE-Lab91.2641-14.59724.4145

#cbeedd color RGB value is (203,238,221).

#cbeedd hex color red value is 203, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cbeedd hue: 0.42 , saturation: 0.51 and the lightness value of cbeedd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11011101
Octal 313 356 335
Decimal 203 238 221
Hex CB EE DD

RGB Percentages of Color #cbeedd

%30.66
%35.95
%33.38

CMYK Percentages of Color #cbeedd

%15
%0
%7
%7

Triadic Colors of #cbeedd

#cbeedd #ddcbee #eeddcb

Analogous Colors of #cbeedd

#cbeedd #cbeeee #cbeecc

Monochromatic Colors of #cbeedd

#cbeedd

Complementary Color

#cbeedd #eecbdc

#cbeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeedd Color CSS Codes

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

#cbeedd Text Font Color

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

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


#cbeedd Background Color

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

This div background color is #cbeedd


#cbeedd Border Color

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

This div border color is #cbeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeedd

#cbeedd Color Palettes


Comments

No comments written yet.

Please login to write comment.