Color Hex Logo

#cbefb9 Color Hex

#CBEFB9
(203,239,185)
0 Favorites   0 Comments

Color spaces of #cbefb9

RGB 203239185
HSL0.280.630.83
HSV100°23°94°
CMYK 0.150.000.23   0.06
XYZ64.252177.932357.5549
Yxy77.93230.32170.3902
Hunter Lab88.2793-24.571523.1406
CIE-Lab90.7490-21.305122.3398

#cbefb9 color RGB value is (203,239,185).

#cbefb9 hex color red value is 203, green value is 239 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #cbefb9 hue: 0.28 , saturation: 0.63 and the lightness value of cbefb9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10111001
Octal 313 357 271
Decimal 203 239 185
Hex CB EF B9

RGB Percentages of Color #cbefb9

%32.38
%38.12
%29.51

CMYK Percentages of Color #cbefb9

%15
%0
%23
%6

Triadic Colors of #cbefb9

#cbefb9 #b9cbef #efb9cb

Analogous Colors of #cbefb9

#cbefb9 #b9efc2 #e6efb9

Monochromatic Colors of #cbefb9

#cbefb9

Complementary Color

#cbefb9 #ddb9ef

#cbefb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefb9 Color CSS Codes

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

#cbefb9 Text Font Color

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

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


#cbefb9 Background Color

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

This div background color is #cbefb9


#cbefb9 Border Color

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

This div border color is #cbefb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefb9


Comments

No comments written yet.

Please login to write comment.