Color Hex Logo

#cbefc7 Color Hex

#CBEFC7
(203,239,199)
0 Favorites   0 Comments

Color spaces of #cbefc7

RGB 203239199
HSL0.320.560.86
HSV114°17°94°
CMYK 0.150.000.17   0.06
XYZ65.803978.553065.7268
Yxy78.55300.31320.3739
Hunter Lab88.6301-22.574518.0725
CIE-Lab91.0317-19.018815.5098

#cbefc7 color RGB value is (203,239,199).

#cbefc7 hex color red value is 203, green value is 239 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #cbefc7 hue: 0.32 , saturation: 0.56 and the lightness value of cbefc7 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11000111
Octal 313 357 307
Decimal 203 239 199
Hex CB EF C7

RGB Percentages of Color #cbefc7

%31.67
%37.29
%31.05

CMYK Percentages of Color #cbefc7

%15
%0
%17
%6

Triadic Colors of #cbefc7

#cbefc7 #c7cbef #efc7cb

Analogous Colors of #cbefc7

#cbefc7 #c7efd7 #dfefc7

Monochromatic Colors of #cbefc7

#cbefc7

Complementary Color

#cbefc7 #ebc7ef

#cbefc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefc7 Color CSS Codes

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

#cbefc7 Text Font Color

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

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


#cbefc7 Background Color

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

This div background color is #cbefc7


#cbefc7 Border Color

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

This div border color is #cbefc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefc7


Comments

No comments written yet.

Please login to write comment.