Color Hex Logo

#cbe994 Color Hex

#CBE994
(203,233,148)
0 Favorites   0 Comments

Color spaces of #cbe994

RGB 203233148
HSL0.230.660.75
HSV81°36°91°
CMYK 0.130.000.36   0.09
XYZ59.112873.112539.0135
Yxy73.11250.34520.4270
Hunter Lab85.5058-26.232732.8020
CIE-Lab88.5013-23.643438.1224

#cbe994 color RGB value is (203,233,148).

#cbe994 hex color red value is 203, green value is 233 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cbe994 hue: 0.23 , saturation: 0.66 and the lightness value of cbe994 is 0.75.

The process color (four color CMYK) of #cbe994 color hex is 0.13, 0.00, 0.36, 0.09. Web safe color of #cbe994 is #ccff99. Color #cbe994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 10010100
Octal 313 351 224
Decimal 203 233 148
Hex CB E9 94

RGB Percentages of Color #cbe994

%34.76
%39.90
%25.34

CMYK Percentages of Color #cbe994

%13
%0
%36
%9

Triadic Colors of #cbe994

#cbe994 #94cbe9 #e994cb

Analogous Colors of #cbe994

#cbe994 #a1e994 #e9dd94

Monochromatic Colors of #cbe994

#cbe994

Complementary Color

#cbe994 #b294e9

#cbe994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe994 Color CSS Codes

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

#cbe994 Text Font Color

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

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


#cbe994 Background Color

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

This div background color is #cbe994


#cbe994 Border Color

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

This div border color is #cbe994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe994


Comments

No comments written yet.

Please login to write comment.