Color Hex Logo

#cbe74d Color Hex

#CBE74D
(203,231,77)
0 Favorites   0 Comments

Color spaces of #cbe74d

RGB 20323177
HSL0.200.760.60
HSV71°67°91°
CMYK 0.120.000.67   0.09
XYZ54.544170.384217.7319
Yxy70.38420.38230.4934
Hunter Lab83.8953-30.765946.1953
CIE-Lab87.1850-29.260768.6869

#cbe74d color RGB value is (203,231,77).

#cbe74d hex color red value is 203, green value is 231 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cbe74d hue: 0.20 , saturation: 0.76 and the lightness value of cbe74d is 0.60.

The process color (four color CMYK) of #cbe74d color hex is 0.12, 0.00, 0.67, 0.09. Web safe color of #cbe74d is #ccff66. Color #cbe74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 01001101
Octal 313 347 115
Decimal 203 231 77
Hex CB E7 4D

RGB Percentages of Color #cbe74d

%39.73
%45.21
%15.07

CMYK Percentages of Color #cbe74d

%12
%0
%67
%9

Triadic Colors of #cbe74d

#cbe74d #4dcbe7 #e74dcb

Analogous Colors of #cbe74d

#cbe74d #7ee74d #e7b64d

Monochromatic Colors of #cbe74d

#cbe74d

Complementary Color

#cbe74d #694de7

#cbe74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe74d Color CSS Codes

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

#cbe74d Text Font Color

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

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


#cbe74d Background Color

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

This div background color is #cbe74d


#cbe74d Border Color

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

This div border color is #cbe74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe74d


Comments

No comments written yet.

Please login to write comment.