Color Hex Logo

#cabef0 Color Hex

#CABEF0
(202,190,240)
0 Favorites   0 Comments

Color spaces of #cabef0

RGB 202190240
HSL0.710.630.84
HSV254°21°94°
CMYK 0.160.210.00   0.06
XYZ58.498855.674790.1012
Yxy55.67470.28640.2725
Hunter Lab74.61559.3675-19.3642
CIE-Lab79.428313.9816-23.2358

#cabef0 color RGB value is (202,190,240).

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

The process color (four color CMYK) of #cabef0 color hex is 0.16, 0.21, 0.00, 0.06. Web safe color of #cabef0 is #ccccff. Color #cabef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11110000
Octal 312 276 360
Decimal 202 190 240
Hex CA BE F0

RGB Percentages of Color #cabef0

%31.96
%30.06
%37.97

CMYK Percentages of Color #cabef0

%16
%21
%0
%6

Triadic Colors of #cabef0

#cabef0 #f0cabe #bef0ca

Analogous Colors of #cabef0

#cabef0 #e3bef0 #becbf0

Monochromatic Colors of #cabef0

#cabef0

Complementary Color

#cabef0 #e4f0be

#cabef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabef0 Color CSS Codes

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

#cabef0 Text Font Color

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

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


#cabef0 Background Color

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

This div background color is #cabef0


#cabef0 Border Color

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

This div border color is #cabef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabef0


Comments

No comments written yet.

Please login to write comment.