Color Hex Logo

#ceebed Color Hex

#CEEBED
(206,235,237)
0 Favorites   0 Comments

Color spaces of #ceebed

RGB 206235237
HSL0.510.460.87
HSV184°13°93°
CMYK 0.130.010.00   0.07
XYZ70.448078.652991.5893
Yxy78.65290.29270.3268
Hunter Lab88.6865-13.41000.8499
CIE-Lab91.0770-9.0442-4.1799

#ceebed color RGB value is (206,235,237).

#ceebed hex color red value is 206, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ceebed hue: 0.51 , saturation: 0.46 and the lightness value of ceebed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11101101
Octal 316 353 355
Decimal 206 235 237
Hex CE EB ED

RGB Percentages of Color #ceebed

%30.38
%34.66
%34.96

CMYK Percentages of Color #ceebed

%13
%1
%0
%7

Triadic Colors of #ceebed

#ceebed #edceeb #ebedce

Analogous Colors of #ceebed

#ceebed #cedced #ceede0

Monochromatic Colors of #ceebed

#ceebed

Complementary Color

#ceebed #edd0ce

#ceebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebed Color CSS Codes

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

#ceebed Text Font Color

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

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


#ceebed Background Color

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

This div background color is #ceebed


#ceebed Border Color

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

This div border color is #ceebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebed


Comments

No comments written yet.

Please login to write comment.