Color Hex Logo

#cbee48 Color Hex

#CBEE48
(203,238,72)
0 Favorites   0 Comments

Color spaces of #cbee48

RGB 20323872
HSL0.200.830.61
HSV73°70°93°
CMYK 0.150.000.70   0.07
XYZ56.372874.313517.5037
Yxy74.31350.38040.5015
Hunter Lab86.2053-34.131548.3051
CIE-Lab89.0704-32.795372.4083

#cbee48 color RGB value is (203,238,72).

#cbee48 hex color red value is 203, green value is 238 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cbee48 hue: 0.20 , saturation: 0.83 and the lightness value of cbee48 is 0.61.

The process color (four color CMYK) of #cbee48 color hex is 0.15, 0.00, 0.70, 0.07. Web safe color of #cbee48 is #ccff33. Color #cbee48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 01001000
Octal 313 356 110
Decimal 203 238 72
Hex CB EE 48

RGB Percentages of Color #cbee48

%39.57
%46.39
%14.04

CMYK Percentages of Color #cbee48

%15
%0
%70
%7

Triadic Colors of #cbee48

#cbee48 #48cbee #ee48cb

Analogous Colors of #cbee48

#cbee48 #78ee48 #eebe48

Monochromatic Colors of #cbee48

#cbee48

Complementary Color

#cbee48 #6b48ee

#cbee48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbee48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbee48 Color CSS Codes

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

#cbee48 Text Font Color

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

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


#cbee48 Background Color

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

This div background color is #cbee48


#cbee48 Border Color

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

This div border color is #cbee48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbee48


Comments

No comments written yet.

Please login to write comment.