Color Hex Logo

#cabbe5 Color Hex

#CABBE5
(202,187,229)
0 Favorites   0 Comments

Color spaces of #cabbe5

RGB 202187229
HSL0.730.450.82
HSV261°18°90°
CMYK 0.120.180.00   0.10
XYZ56.270353.754381.5386
Yxy53.75430.29370.2806
Hunter Lab73.31738.6916-14.6162
CIE-Lab78.318213.2956-19.0026

#cabbe5 color RGB value is (202,187,229).

#cabbe5 hex color red value is 202, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cabbe5 hue: 0.73 , saturation: 0.45 and the lightness value of cabbe5 is 0.82.

The process color (four color CMYK) of #cabbe5 color hex is 0.12, 0.18, 0.00, 0.10. Web safe color of #cabbe5 is #cccccc. Color #cabbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 11100101
Octal 312 273 345
Decimal 202 187 229
Hex CA BB E5

RGB Percentages of Color #cabbe5

%32.69
%30.26
%37.06

CMYK Percentages of Color #cabbe5

%12
%18
%0
%10

Triadic Colors of #cabbe5

#cabbe5 #e5cabb #bbe5ca

Analogous Colors of #cabbe5

#cabbe5 #dfbbe5 #bbc1e5

Monochromatic Colors of #cabbe5

#cabbe5

Complementary Color

#cabbe5 #d6e5bb

#cabbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabbe5 Color CSS Codes

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

#cabbe5 Text Font Color

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

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


#cabbe5 Background Color

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

This div background color is #cabbe5


#cabbe5 Border Color

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

This div border color is #cabbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabbe5


Comments

No comments written yet.

Please login to write comment.