Color Hex Logo

#ceb2ee Color Hex

#CEB2EE
(206,178,238)
0 Favorites   0 Comments

Color spaces of #ceb2ee

RGB 206178238
HSL0.740.640.82
HSV268°25°93°
CMYK 0.130.250.00   0.07
XYZ56.806651.135687.7651
Yxy51.13560.29030.2613
Hunter Lab71.509216.6587-22.7118
CIE-Lab76.761121.3372-26.1975

#ceb2ee color RGB value is (206,178,238).

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

The process color (four color CMYK) of #ceb2ee color hex is 0.13, 0.25, 0.00, 0.07. Web safe color of #ceb2ee is #cc99ff. Color #ceb2ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 11101110
Octal 316 262 356
Decimal 206 178 238
Hex CE B2 EE

RGB Percentages of Color #ceb2ee

%33.12
%28.62
%38.26

CMYK Percentages of Color #ceb2ee

%13
%25
%0
%7

Triadic Colors of #ceb2ee

#ceb2ee #eeceb2 #b2eece

Analogous Colors of #ceb2ee

#ceb2ee #ecb2ee #b2b4ee

Monochromatic Colors of #ceb2ee

#ceb2ee

Complementary Color

#ceb2ee #d2eeb2

#ceb2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb2ee Color CSS Codes

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

#ceb2ee Text Font Color

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

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


#ceb2ee Background Color

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

This div background color is #ceb2ee


#ceb2ee Border Color

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

This div border color is #ceb2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb2ee


Comments

No comments written yet.

Please login to write comment.