Color Hex Logo

#cbefc6 Color Hex

#CBEFC6
(203,239,198)
0 Favorites   0 Comments

Color spaces of #cbefc6

RGB 203239198
HSL0.310.560.86
HSV113°17°94°
CMYK 0.150.000.17   0.06
XYZ65.688178.506765.1173
Yxy78.50670.31380.3751
Hunter Lab88.6040-22.723018.4491
CIE-Lab91.0106-19.187715.9976

#cbefc6 color RGB value is (203,239,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11000110
Octal 313 357 306
Decimal 203 239 198
Hex CB EF C6

RGB Percentages of Color #cbefc6

%31.72
%37.34
%30.94

CMYK Percentages of Color #cbefc6

%15
%0
%17
%6

Triadic Colors of #cbefc6

#cbefc6 #c6cbef #efc6cb

Analogous Colors of #cbefc6

#cbefc6 #c6efd6 #e0efc6

Monochromatic Colors of #cbefc6

#cbefc6

Complementary Color

#cbefc6 #eac6ef

#cbefc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefc6 Color CSS Codes

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

#cbefc6 Text Font Color

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

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


#cbefc6 Background Color

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

This div background color is #cbefc6


#cbefc6 Border Color

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

This div border color is #cbefc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefc6


Comments

No comments written yet.

Please login to write comment.