Color Hex Logo

#cbaeed Color Hex

#CBAEED
(203,174,237)
0 Favorites   0 Comments

Color spaces of #cbaeed

RGB 203174237
HSL0.740.640.81
HSV268°27°93°
CMYK 0.140.270.00   0.07
XYZ55.050749.083086.6933
Yxy49.08300.28850.2572
Hunter Lab70.059317.6568-24.3256
CIE-Lab75.502922.3752-27.6059

#cbaeed color RGB value is (203,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11101101
Octal 313 256 355
Decimal 203 174 237
Hex CB AE ED

RGB Percentages of Color #cbaeed

%33.06
%28.34
%38.60

CMYK Percentages of Color #cbaeed

%14
%27
%0
%7

Triadic Colors of #cbaeed

#cbaeed #edcbae #aeedcb

Analogous Colors of #cbaeed

#cbaeed #ebaeed #aeb1ed

Monochromatic Colors of #cbaeed

#cbaeed

Complementary Color

#cbaeed #d0edae

#cbaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaeed Color CSS Codes

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

#cbaeed Text Font Color

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

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


#cbaeed Background Color

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

This div background color is #cbaeed


#cbaeed Border Color

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

This div border color is #cbaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaeed


Comments

No comments written yet.

Please login to write comment.