Color Hex Logo

#cbedee Color Hex

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

Color spaces of #cbedee

RGB 203237238
HSL0.500.510.86
HSV182°15°93°
CMYK 0.150.000.00   0.07
XYZ70.345479.437992.5144
Yxy79.43790.29030.3279
Hunter Lab89.1279-15.09040.8468
CIE-Lab91.4321-10.7944-4.2013

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

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

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

Base Numbers

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

RGB Percentages of Color #cbedee

%29.94
%34.96
%35.10

CMYK Percentages of Color #cbedee

%15
%0
%0
%7

Triadic Colors of #cbedee

#cbedee #eecbed #edeecb

Analogous Colors of #cbedee

#cbedee #cbdcee #cbeede

Monochromatic Colors of #cbedee

#cbedee

Complementary Color

#cbedee #eecccb

#cbedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedee Color CSS Codes

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

#cbedee Text Font Color

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

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


#cbedee Background Color

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

This div background color is #cbedee


#cbedee Border Color

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

This div border color is #cbedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedee


Comments

No comments written yet.

Please login to write comment.