Color Hex Logo

#cbaeea Color Hex

#CBAEEA
(203,174,234)
0 Favorites   0 Comments

Color spaces of #cbaeea

RGB 203174234
HSL0.750.590.80
HSV269°26°92°
CMYK 0.130.260.00   0.08
XYZ54.615948.909184.4037
Yxy48.90910.29060.2603
Hunter Lab69.935017.0136-22.6018
CIE-Lab75.394721.7414-26.1460

#cbaeea color RGB value is (203,174,234).

#cbaeea hex color red value is 203, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cbaeea hue: 0.75 , saturation: 0.59 and the lightness value of cbaeea is 0.80.

The process color (four color CMYK) of #cbaeea color hex is 0.13, 0.26, 0.00, 0.08. Web safe color of #cbaeea is #cc99ff. Color #cbaeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11101010
Octal 313 256 352
Decimal 203 174 234
Hex CB AE EA

RGB Percentages of Color #cbaeea

%33.22
%28.48
%38.30

CMYK Percentages of Color #cbaeea

%13
%26
%0
%8

Triadic Colors of #cbaeea

#cbaeea #eacbae #aeeacb

Analogous Colors of #cbaeea

#cbaeea #e9aeea #aeafea

Monochromatic Colors of #cbaeea

#cbaeea

Complementary Color

#cbaeea #cdeaae

#cbaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaeea Color CSS Codes

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

#cbaeea Text Font Color

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

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


#cbaeea Background Color

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

This div background color is #cbaeea


#cbaeea Border Color

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

This div border color is #cbaeea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,174,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbaeea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbaeea;
  -webkit-box-shadow: 1px 1px 3px 2px #cbaeea;
  box-shadow:         1px 1px 3px 2px #cbaeea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,174,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaeea


Comments

No comments written yet.

Please login to write comment.