Color Hex Logo

#cabeed Color Hex

#CABEED
(202,190,237)
0 Favorites   0 Comments

Color spaces of #cabeed

RGB 202190237
HSL0.710.570.84
HSV255°20°93°
CMYK 0.150.200.00   0.07
XYZ58.056655.497987.7730
Yxy55.49790.28840.2757
Hunter Lab74.49698.7382-17.7082
CIE-Lab79.327213.3431-21.7787

#cabeed color RGB value is (202,190,237).

#cabeed hex color red value is 202, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cabeed hue: 0.71 , saturation: 0.57 and the lightness value of cabeed is 0.84.

The process color (four color CMYK) of #cabeed color hex is 0.15, 0.20, 0.00, 0.07. Web safe color of #cabeed is #ccccff. Color #cabeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11101101
Octal 312 276 355
Decimal 202 190 237
Hex CA BE ED

RGB Percentages of Color #cabeed

%32.11
%30.21
%37.68

CMYK Percentages of Color #cabeed

%15
%20
%0
%7

Triadic Colors of #cabeed

#cabeed #edcabe #beedca

Analogous Colors of #cabeed

#cabeed #e2beed #becaed

Monochromatic Colors of #cabeed

#cabeed

Complementary Color

#cabeed #e1edbe

#cabeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabeed Color CSS Codes

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

#cabeed Text Font Color

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

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


#cabeed Background Color

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

This div background color is #cabeed


#cabeed Border Color

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

This div border color is #cabeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabeed


Comments

No comments written yet.

Please login to write comment.