Color Hex Logo

#cabdd4 Color Hex

#CABDD4
(202,189,212)
0 Favorites   0 Comments

Color spaces of #cabdd4

RGB 202189212
HSL0.760.210.79
HSV274°11°83°
CMYK 0.050.110.00   0.17
XYZ54.438453.705269.7843
Yxy53.70520.30600.3018
Hunter Lab73.28384.3508-5.1600
CIE-Lab78.28958.8131-9.8684

#cabdd4 color RGB value is (202,189,212).

#cabdd4 hex color red value is 202, green value is 189 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #cabdd4 hue: 0.76 , saturation: 0.21 and the lightness value of cabdd4 is 0.79.

The process color (four color CMYK) of #cabdd4 color hex is 0.05, 0.11, 0.00, 0.17. Web safe color of #cabdd4 is #cccccc. Color #cabdd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11010100
Octal 312 275 324
Decimal 202 189 212
Hex CA BD D4

RGB Percentages of Color #cabdd4

%33.50
%31.34
%35.16

CMYK Percentages of Color #cabdd4

%5
%11
%0
%17

Triadic Colors of #cabdd4

#cabdd4 #d4cabd #bdd4ca

Analogous Colors of #cabdd4

#cabdd4 #d4bdd3 #bfbdd4

Monochromatic Colors of #cabdd4

#cabdd4

Complementary Color

#cabdd4 #c7d4bd

#cabdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabdd4 Color CSS Codes

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

#cabdd4 Text Font Color

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

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


#cabdd4 Background Color

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

This div background color is #cabdd4


#cabdd4 Border Color

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

This div border color is #cabdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabdd4


Comments

No comments written yet.

Please login to write comment.