Color Hex Logo

#cebcee Color Hex

#CEBCEE
(206,188,238)
0 Favorites   0 Comments

Color spaces of #cebcee

RGB 206188238
HSL0.730.600.84
HSV262°21°93°
CMYK 0.130.210.00   0.07
XYZ58.869455.261388.4527
Yxy55.26130.29060.2728
Hunter Lab74.337911.2656-18.5110
CIE-Lab79.191515.8985-22.4918

#cebcee color RGB value is (206,188,238).

#cebcee hex color red value is 206, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cebcee hue: 0.73 , saturation: 0.60 and the lightness value of cebcee is 0.84.

The process color (four color CMYK) of #cebcee color hex is 0.13, 0.21, 0.00, 0.07. Web safe color of #cebcee is #ccccff. Color #cebcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11101110
Octal 316 274 356
Decimal 206 188 238
Hex CE BC EE

RGB Percentages of Color #cebcee

%32.59
%29.75
%37.66

CMYK Percentages of Color #cebcee

%13
%21
%0
%7

Triadic Colors of #cebcee

#cebcee #eecebc #bceece

Analogous Colors of #cebcee

#cebcee #e7bcee #bcc3ee

Monochromatic Colors of #cebcee

#cebcee

Complementary Color

#cebcee #dceebc

#cebcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebcee Color CSS Codes

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

#cebcee Text Font Color

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

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


#cebcee Background Color

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

This div background color is #cebcee


#cebcee Border Color

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

This div border color is #cebcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebcee


Comments

No comments written yet.

Please login to write comment.