Color Hex Logo

#cabbdf Color Hex

#CABBDF
(202,187,223)
0 Favorites   0 Comments

Color spaces of #cabbdf

RGB 202187223
HSL0.740.360.80
HSV265°16°87°
CMYK 0.090.160.00   0.13
XYZ55.446753.424977.2017
Yxy53.42490.29800.2871
Hunter Lab73.09237.4957-11.4587
CIE-Lab78.125212.0693-16.0566

#cabbdf color RGB value is (202,187,223).

#cabbdf hex color red value is 202, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cabbdf hue: 0.74 , saturation: 0.36 and the lightness value of cabbdf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11011111
Octal 312 273 337
Decimal 202 187 223
Hex CA BB DF

RGB Percentages of Color #cabbdf

%33.01
%30.56
%36.44

CMYK Percentages of Color #cabbdf

%9
%16
%0
%13

Triadic Colors of #cabbdf

#cabbdf #dfcabb #bbdfca

Analogous Colors of #cabbdf

#cabbdf #dcbbdf #bbbedf

Monochromatic Colors of #cabbdf

#cabbdf

Complementary Color

#cabbdf #d0dfbb

#cabbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbdf Color CSS Codes

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

#cabbdf Text Font Color

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

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


#cabbdf Background Color

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

This div background color is #cabbdf


#cabbdf Border Color

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

This div border color is #cabbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbdf

#cabbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.