Color Hex Logo

#ceb4ee Color Hex

#CEB4EE
(206,180,238)
0 Favorites   0 Comments

Color spaces of #ceb4ee

RGB 206180238
HSL0.740.630.82
HSV267°24°93°
CMYK 0.130.240.00   0.07
XYZ57.207551.937487.8987
Yxy51.93740.29030.2636
Hunter Lab72.067615.5756-21.8669
CIE-Lab77.243420.2467-25.4603

#ceb4ee color RGB value is (206,180,238).

#ceb4ee hex color red value is 206, green value is 180 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ceb4ee hue: 0.74 , saturation: 0.63 and the lightness value of ceb4ee is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 11101110
Octal 316 264 356
Decimal 206 180 238
Hex CE B4 EE

RGB Percentages of Color #ceb4ee

%33.01
%28.85
%38.14

CMYK Percentages of Color #ceb4ee

%13
%24
%0
%7

Triadic Colors of #ceb4ee

#ceb4ee #eeceb4 #b4eece

Analogous Colors of #ceb4ee

#ceb4ee #ebb4ee #b4b7ee

Monochromatic Colors of #ceb4ee

#ceb4ee

Complementary Color

#ceb4ee #d4eeb4

#ceb4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb4ee Color CSS Codes

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

#ceb4ee Text Font Color

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

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


#ceb4ee Background Color

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

This div background color is #ceb4ee


#ceb4ee Border Color

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

This div border color is #ceb4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb4ee


Comments

No comments written yet.

Please login to write comment.