Color Hex Logo

#cabedd Color Hex

#CABEDD
(202,190,221)
1 Favorites   0 Comments

Color spaces of #cabedd

RGB 202190221
HSL0.730.310.81
HSV263°14°87°
CMYK 0.090.140.00   0.13
XYZ55.821754.603976.0041
Yxy54.60390.29940.2929
Hunter Lab73.89455.5280-9.2566
CIE-Lab78.812610.0463-13.9445

#cabedd color RGB value is (202,190,221).

#cabedd hex color red value is 202, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cabedd hue: 0.73 , saturation: 0.31 and the lightness value of cabedd is 0.81.

The process color (four color CMYK) of #cabedd color hex is 0.09, 0.14, 0.00, 0.13. Web safe color of #cabedd is #cccccc. Color #cabedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11011101
Octal 312 276 335
Decimal 202 190 221
Hex CA BE DD

RGB Percentages of Color #cabedd

%32.95
%31.00
%36.05

CMYK Percentages of Color #cabedd

%9
%14
%0
%13

Triadic Colors of #cabedd

#cabedd #ddcabe #beddca

Analogous Colors of #cabedd

#cabedd #dabedd #bec2dd

Monochromatic Colors of #cabedd

#cabedd

Complementary Color

#cabedd #d1ddbe

#cabedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabedd Color CSS Codes

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

#cabedd Text Font Color

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

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


#cabedd Background Color

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

This div background color is #cabedd


#cabedd Border Color

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

This div border color is #cabedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,190,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabedd


Comments

No comments written yet.

Please login to write comment.