Color Hex Logo

#cebeef Color Hex

#CEBEEF
(206,190,239)
0 Favorites   0 Comments

Color spaces of #cebeef

RGB 206190239
HSL0.720.600.84
HSV260°21°94°
CMYK 0.140.210.00   0.06
XYZ59.447056.180789.3721
Yxy56.18070.29000.2741
Hunter Lab74.953810.4020-18.2275
CIE-Lab79.716615.0249-22.2310

#cebeef color RGB value is (206,190,239).

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

The process color (four color CMYK) of #cebeef color hex is 0.14, 0.21, 0.00, 0.06. Web safe color of #cebeef is #ccccff. Color #cebeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 11101111
Octal 316 276 357
Decimal 206 190 239
Hex CE BE EF

RGB Percentages of Color #cebeef

%32.44
%29.92
%37.64

CMYK Percentages of Color #cebeef

%14
%21
%0
%6

Triadic Colors of #cebeef

#cebeef #efcebe #beefce

Analogous Colors of #cebeef

#cebeef #e7beef #bec7ef

Monochromatic Colors of #cebeef

#cebeef

Complementary Color

#cebeef #dfefbe

#cebeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebeef Color CSS Codes

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

#cebeef Text Font Color

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

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


#cebeef Background Color

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

This div background color is #cebeef


#cebeef Border Color

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

This div border color is #cebeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,190,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebeef


Comments

No comments written yet.

Please login to write comment.