Color Hex Logo

#cbeeed Color Hex

#CBEEED
(203,238,237)
0 Favorites   0 Comments

Color spaces of #cbeeed

RGB 203238237
HSL0.500.510.86
HSV178°15°93°
CMYK 0.150.000.00   0.07
XYZ70.489279.960091.8394
Yxy79.96000.29090.3300
Hunter Lab89.4204-15.77581.7003
CIE-Lab91.6669-11.4987-3.3345

#cbeeed color RGB value is (203,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11101101
Octal 313 356 355
Decimal 203 238 237
Hex CB EE ED

RGB Percentages of Color #cbeeed

%29.94
%35.10
%34.96

CMYK Percentages of Color #cbeeed

%15
%0
%0
%7

Triadic Colors of #cbeeed

#cbeeed #edcbee #eeedcb

Analogous Colors of #cbeeed

#cbeeed #cbdeee #cbeedc

Monochromatic Colors of #cbeeed

#cbeeed

Complementary Color

#cbeeed #eecbcc

#cbeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeeed Color CSS Codes

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

#cbeeed Text Font Color

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

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


#cbeeed Background Color

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

This div background color is #cbeeed


#cbeeed Border Color

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

This div border color is #cbeeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeeed

#cbeeed Color Palettes


Comments

No comments written yet.

Please login to write comment.