Color Hex Logo

#cabeeb Color Hex

#CABEEB
(202,190,235)
0 Favorites   0 Comments

Color spaces of #cabeeb

RGB 202190235
HSL0.710.530.83
HSV256°19°92°
CMYK 0.140.190.00   0.08
XYZ57.766055.381686.2424
Yxy55.38160.28970.2778
Hunter Lab74.41888.3238-16.6168
CIE-Lab79.260612.9213-20.8053

#cabeeb color RGB value is (202,190,235).

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

The process color (four color CMYK) of #cabeeb color hex is 0.14, 0.19, 0.00, 0.08. Web safe color of #cabeeb is #ccccff. Color #cabeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11101011
Octal 312 276 353
Decimal 202 190 235
Hex CA BE EB

RGB Percentages of Color #cabeeb

%32.22
%30.30
%37.48

CMYK Percentages of Color #cabeeb

%14
%19
%0
%8

Triadic Colors of #cabeeb

#cabeeb #ebcabe #beebca

Analogous Colors of #cabeeb

#cabeeb #e1beeb #bec9eb

Monochromatic Colors of #cabeeb

#cabeeb

Complementary Color

#cabeeb #dfebbe

#cabeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabeeb Color CSS Codes

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

#cabeeb Text Font Color

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

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


#cabeeb Background Color

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

This div background color is #cabeeb


#cabeeb Border Color

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

This div border color is #cabeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabeeb


Comments

No comments written yet.

Please login to write comment.