Color Hex Logo

#cbaeee Color Hex

#CBAEEE
(203,174,238)
0 Favorites   0 Comments

Color spaces of #cbaeee

RGB 203174238
HSL0.740.650.81
HSV267°27°93°
CMYK 0.150.270.00   0.07
XYZ55.197349.141787.4650
Yxy49.14170.28780.2562
Hunter Lab70.101117.8730-24.9052
CIE-Lab75.539422.5877-28.0914

#cbaeee color RGB value is (203,174,238).

#cbaeee hex color red value is 203, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbaeee hue: 0.74 , saturation: 0.65 and the lightness value of cbaeee is 0.81.

The process color (four color CMYK) of #cbaeee color hex is 0.15, 0.27, 0.00, 0.07. Web safe color of #cbaeee is #cc99ff. Color #cbaeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11101110
Octal 313 256 356
Decimal 203 174 238
Hex CB AE EE

RGB Percentages of Color #cbaeee

%33.01
%28.29
%38.70

CMYK Percentages of Color #cbaeee

%15
%27
%0
%7

Triadic Colors of #cbaeee

#cbaeee #eecbae #aeeecb

Analogous Colors of #cbaeee

#cbaeee #ebaeee #aeb1ee

Monochromatic Colors of #cbaeee

#cbaeee

Complementary Color

#cbaeee #d1eeae

#cbaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaeee Color CSS Codes

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

#cbaeee Text Font Color

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

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


#cbaeee Background Color

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

This div background color is #cbaeee


#cbaeee Border Color

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

This div border color is #cbaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaeee


Comments

No comments written yet.

Please login to write comment.