Color Hex Logo

#caefbe Color Hex

#CAEFBE
(202,239,190)
0 Favorites   0 Comments

Color spaces of #caefbe

RGB 202239190
HSL0.290.600.84
HSV105°21°94°
CMYK 0.150.000.21   0.06
XYZ64.517978.007360.3717
Yxy78.00730.31800.3845
Hunter Lab88.3217-24.171121.2980
CIE-Lab90.7832-20.848419.8026

#caefbe color RGB value is (202,239,190).

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

The process color (four color CMYK) of #caefbe color hex is 0.15, 0.00, 0.21, 0.06. Web safe color of #caefbe is #ccffcc. Color #caefbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 10111110
Octal 312 357 276
Decimal 202 239 190
Hex CA EF BE

RGB Percentages of Color #caefbe

%32.01
%37.88
%30.11

CMYK Percentages of Color #caefbe

%15
%0
%21
%6

Triadic Colors of #caefbe

#caefbe #becaef #efbeca

Analogous Colors of #caefbe

#caefbe #beefcb #e3efbe

Monochromatic Colors of #caefbe

#caefbe

Complementary Color

#caefbe #e3beef

#caefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#caefbe Color CSS Codes

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

#caefbe Text Font Color

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

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


#caefbe Background Color

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

This div background color is #caefbe


#caefbe Border Color

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

This div border color is #caefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caefbe


Comments

No comments written yet.

Please login to write comment.